licensingInfo

Class: com.microstrategy.web.app.taglibs.LicensingInfoTag

Description:

The LicensingInfoTag is used to display errors and warnings associated with MicroStrategy license information, such as:

  1. when the local MicroStrategy Web license has expired or is due to expire.
  2. when the local MicroStrategy Web installation has not been activated.
  3. when a system is out-of-compliance based on an audit done by the I-Server.

By default, this tag will only display errors and warnings associated with the local Web license. To check for other types of compliance errors/warnings users need to use the contentType attribute. Valid types are:

Users can specify a comma separated list of types, or simply use "all" to check for all errors/warnings.


Usage:

Example of usages:
To display licensing error/warning messages related only to the local Web installation:
 <web:licensingInfo />
 


Name Required? Description
administrator false The administrator attribute indicates to the Tag that it should check license compliance in the context of an administrator user. If the value is false or unspecified, the tag will determine whether the user is an administrator based on the current session.
contentType false The contentType attribute indicates the types of licensing information that should be displayed.